Current File : /var/www/vinorea/modules/ipexportimport/helpers/functions.php
<?php
/**
 *
 * NOTICE OF LICENSE
 *
 *  @author    SmartPresta <tehran.alishov@gmail.com>
 *  @copyright 2024 SmartPresta
 *  @license   Commercial License
 */

if (!defined('_PS_VERSION_')) {
    exit;
}

if (!function_exists('ddd')) {

    function ddd($d, $var_dump = false)
    {
        echo '<pre>';
        if ($var_dump) {
            var_dump($d);
        } else {
            print_r($d);
        }
        die;
    }

}
Page Not Found
Parece que el enlace que apuntaba aquí no sirve. ¿Quieres probar con una búsqueda?
¡Hola!